home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG Communications Programs (1988-08)(Memphis Amiga Group)[Disk 102].zip / MAG Communications Programs (1988-08)(Memphis Amiga Group)[Disk 102].adf / Amic58e / AMIC.Script < prev    next >
Text File  |  1987-11-12  |  2KB  |  63 lines

  1. |--------Call & Upload Into Files Area Script-------|
  2. |                                                   |
  3. | Compatible with AMIC PD TERM Version .58 and up!  |
  4. | Script Language Version 0.1                       |
  5. | By David Salas                                    |
  6. |    AMIC Development                               |
  7. |---------------------------------------------------|
  8. | Note: This is as EXAMPLE, and not all the commands|
  9. |       in this script are  functional in the Public|
  10. |       release of the program.                     |
  11. |---------------------------------------------------|
  12. BAUD 2400
  13. PROTOCOL 3
  14. SEND ATDT5790522\n
  15. DELAY 10
  16. SEND Firstname;Lastname\n
  17. DELAY 2
  18. SEND Y
  19. SEND S
  20. SEND N
  21. SEND N
  22. SEND O
  23. SEND W
  24. DELAY 4
  25. SEND A
  26. SEND 5
  27. |--------------------Send File----------------------|
  28. SEND 9
  29. DELAY 1
  30. SEND Filename\n
  31. DELAY 1
  32. SEND Description\n
  33. DELAY 1
  34. SEND 5
  35. BSEND path:filename
  36. WAIT "Command"
  37. |------------------End Send Files-------------------|
  38.  
  39. |---------------------------------------------------|
  40. | Just cut and paste the above blocks to as many as |
  41. | you need (one per file you upload!                |
  42. |---------------------------------------------------|
  43.  
  44. |-------------------Receive File--------------------|
  45. SEND 6
  46. DELAY 1
  47. SEND S
  48. DELAY 3
  49. SEND Filename\n
  50. DELAY 1
  51. SEND 4
  52. BRECEIVE path:filename
  53. WAIT "Command"
  54. |----------------End Receive Files------------------|
  55.  
  56. |---------------------------------------------------|
  57. | Just cut and paste the above blocks to as many as |
  58. | you need (one per file you upload!                |
  59. |---------------------------------------------------|
  60. SEND GN
  61. HANGUP
  62. EXIT
  63.